A { color : #ffffff; }
A:hover { color : #ff0000; }
body { background-color : #202223; }
#nav, 
#nav ul {
	padding:0; 
	margin:0; 
	list-style:none; 
	font: 12px arial;
	position:relative; 
	z-index:100;
}

#nav {height:30px; float:right; padding:0; position:relative;}

#nav table {border-collapse:collapse;}
#nav li {float:left;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:#fff; height:30px; padding:0 20px 0 10px; line-height:30px; text-decoration:none; white-space:nowrap; font-weight:bold;}
#nav .active a {color:#ff0000;}
#nav li li a {height:20px; line-height:20px; float:none;color:#fff;font:10px arial;font-weight:bold;padding-top:6px;}
#nav ul {display:block;background-color:#000;padding-top:10px;padding-bottom:10px;}
#nav ul li {display:block;background-color:#2c2c2c;margin:1px 10px 1px 10px;}
#nav li:hover {position:relative; z-index:100; }
#nav a:hover {position:relative; z-index:100; color:#ff0000; border:0;}
#nav li:hover > a {color:#ff0000;/*background-color:#000;*/}


#nav :hover  ul {left:0; top:30px; z-index:300;}
#nav a:hover ul {left:-1px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}


/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {color:#ff0000;}

#nav li a:hover ul li a:hover {color:#ff0000;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}



/*-----------------------------------------------------------SIDE NAV */

#leftcontainer			{ float: left; margin: 20px 0px 0px 10px; width: 177px;}

#subnav					{ background : url('sn_grayback.jpg') bottom left; border: 1px solid #aaaaaa; }
#subnav a 				{  text-decoration:none; }
 
#subnav h4				{ background : url('sn_redbox.png') no-repeat; color:#ffffff; 
 font-weight:bold; height:40px; margin:0px; padding: 10px 0px 0px 15px; width:160px; }
 
/*Side Nave items */
#subnav	ul li			{ display:block;width:175px;} 
#subnav	ul a			{ display:block; height:40px;  padding: 5px 0px 5px 20px ; 
 width:175px; background : url('sn_divider.png') no-repeat bottom center;}
#subnav ul a:hover		{ color:#ffffff; width:175px;}
#subnav	ul li:hover		{ background : url('sn_state.png'); width:175px;}
#subnav	ul li.active	{ background : url('sn_state.png') -300px -0px; width:175px;}
#subnav	ul li.active a	{ color:#ffffff; }
#subnav	ul li h5		{ font-size:15px; font-weight:bold; }
#subnav	ul li p			{ color:#dddddd; font-size:11px; }






