/* CSS Document */


/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/elegant1.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {padding:0; margin:0; list-style:none; font-size:13px; font-family: helvetica, arial;}
#menu table {border-collapse:collapse; height:0; width:0; margin:0 -4px -1px 0;}
#menu li {float:left; margin:0 5px;}
#menu li a {display:block; float:left; height:35px; line-height:35px; color:#000; text-decoration:none; border-bottom:3px solid #fff;}
#menu li a.current {font-style:italic; color:#323285; border-bottom:3px solid #aaa; cursor:text;}
 
#menu li:hover {position:relative; z-index:100;}
#menu li a:hover {color: #323285; position:relative; z-index:100; border-bottom:3px solid #aaa;}
#menu li:hover > a {color: #323285; border-bottom:3px solid #aaa;}
#menu ul {position:absolute; left:-9999px; top:38px; width:300x; padding:0; margin:0; list-style:none; background:url(trans.gif);}
#menu ul li {margin:0;}
#menu ul li a {width:300px; height:20px; line-height:20px; font-size:12px; border:0; text-align:right;}
#menu ul li a:hover {border:0;}
#menu ul li:hover > a {border:0;}
 
#menu ul ul {position:absolute; margin-left:100%; top:0; padding:0; margin:0; list-style:none;}
 
#menu :hover ul {right:0; left:auto;}
#menu :hover ul ul {left:-9999px; width:130px; padding-left:10px; background:url(trans.gif);}
 
#menu li ul :hover ul {left: 140px; right:auto;}
#menu li ul li ul li a {text-align:left; color:#06b;}
#menu li ul li ul li a:hover {color:#000;}
 
img.elegant {margin-top:250px;}


/******Nav Bounding  Box*******/

#navbox {
position: relative;
	margin: 0px;
	padding: 0px;
	top: 70px;
	left: 230px;
	}

/*******Body*******/
body {
	font-family: helvetica, arial; 
	background-color: #9999cc;
	color: #333333;
	font-size: small;
	text-align: left;
	}
	
/********Body Navigation ********/
a:link {
	color: #323285;
}
a:visited {
	color: #323285;
}
a:hover {
	color: #a69c3a;
}
a:active {
	color: #a69c3a;
}
	
/********Headers********/
h1 {
	font-size: 110%;
	font-weight: bold;	
	text-align: left;
}

h2 {
	font-size: 100%;
	font-weight: bold;	
	text-align: left;
}
/********Page Break********/
p {
	text-align: left;
}
/********Page Break SPECIAL********/
p.special {
	text-align: center;
	font-size:105%;
	font-style: italic;
}
