#admin {
	margin-top: 6px;
}

#admin a{
	padding-left: 25px;
	height: 2em;
	line-height: 2em;
	color: #474747;
	background: url(images/nav/unlock_off.gif) 5px 8px no-repeat;
	padding-right: 10px;
	padding-top: 8px;
}

#admin a:hover, #admin a.active{
	color: #990033;
	background: url(images/nav/unlock_on.gif) 5px 8px no-repeat;
	padding-right: 10px;
}

#menu{		
	font-family:arial;	/* Font for main menu items */
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
	width: 120px;
	margin: 20px auto;
}

#menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}

#menu ul{	
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#menu ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
	padding-left:10px;
}

#menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
	height: 2em;	
	line-height: 2em;
	vertical-align:middle;	/* Align text in the middle */
	background: url(images/nav/button_on.gif) left repeat-y;	/* Light blue background color */
	margin:3px;	/* A little bit of air */
	padding-left:15px;	/* Air between border and text inside */
	display:block;
}

#menu	li a.normal{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
		
	line-height: 2em;
	vertical-align:middle;	/* Align text in the middle */
	background: url(images/nav/button_off.gif) left repeat-y;	/* Light blue background color */
	margin:3px;	/* A little bit of air */
	padding-left:15px;	/* Air between border and text inside */
	display:block;
}

#menu	li a:hover, #menu .activeMainMenuItem, #menu a.current{
	color:#990033;
	background: url(images/nav/button_on.gif) left repeat-y;
}

 
#menu span.sub {
	background: url(images/nav/arrow.gif) right no-repeat;
	padding-right: 15px;
}

.subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #99ccff;
	background-color:#99ccff;
	font-family:arial;
	font-weight: bold;
	text-align:left;
	padding:1px;

}

.subMenu ul{
	margin:0px;
	padding:0px;	
}

.subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}

.subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
		
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */
		
	display:block;	/* Display as block - you shouldn't change this */
}
.subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#990033;	/* White text */
	background-color:#ffcc66;	/* Blue background */
}



/*********************************************/
/*               FOOTER NAV                  */
/*********************************************/


#footNav {
	position: relative;
	width: 690px;
	margin: 0;
	min-height: 2em;
	height: auto !important; /* CSS hack for IE6 */
	height: 2em; /* CSS hack for IE6 */	
	border-top: 4px solid #36c;
	padding: 8px 5px 8px 5px;
}
#navWrap {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #fff;
	text-align: center;
}
#navWrap a{
	height: 2em;
	line-height: 2em;
	color: #999;
	padding: 0px 1px 1px 1px;
	text-decoration: none;
	border-top: 1px solid #fff; /* to prevent jumping during hover */
	border-bottom: 1px solid #999;
	margin-right: 10px;
}
#navWrap a:hover, #navWrap a.now{
	color: #36c;
	padding: 0px 1px 1px 1px;
	text-decoration: none;
	border-bottom: 4px solid #36c;
	border-top: 2px solid #36c;
}
