/* 		Netrouting Stylesheet              					*/
/* 		Copyright Netrouting Interactive Design 2007      	*/
/* 		Savvas Bout - s.bout@netrouting.eu					*/


a:link {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	}
	
a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	}
	
a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	}
	
a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #2c3975;
	text-decoration: underline;
	}
	
.body {
	background-image: url(../gfx/bg.gif);
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px; 
	font-family: Verdana;
	text-align: justify
	}	
	
.content {
	font-family: Verdana;
	font-size: 11px; 
	text-align: justify
	}
	
* 									{ margin: 0; padding: 0; }
body								{ font: 14px Verdana; } 
#page-wrap							{ width: 800px; margin: 0px auto; } 
a									{ text-decoration: none; }
ul									{ list-style: none; }


/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 0; background: #; }
ul.dropdown a:hover		            { color: #FFFFFF; }
ul.dropdown a:active                { color: #416791; }
ul.dropdown li a                    { display: block; padding: 0px 2px; border-right: 0px solid #FFFFFF;
	 								  color: #222; font-size: 13px;}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #CCCCCC; color: black; position: relative; font-weight: bold; font-size: 13px; }
ul.dropdown li.hover a              { color: white;  }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #416791; color: #FFFFFF; 
									  border-bottom: 0px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
