/* CSS Document */

/*-------------General Element Class--------------------*/

#topMenu a:link, #topMenu a:visited, #topMenu a:active {
    color               : #666;
	background          : 0px 9px transparent url(../images/arrowGrey.gif) no-repeat;
    text-decoration     : none;
    font-weight         : normal;
	display             : block;
	float               : left;
	margin				: 0px 9px;
	padding				: 5px 12px;
	text-transform		: uppercase;
	border				: 0px solid #333;
}

#topMenu a:hover {
    color               : #333;
}



#mainMenu{
	text-align			 : left;
	margin-top			 : 30px;
/*	position             : absolute;
	top                  : 90px;
	right                : 0px;
	width                : 400px;
	height               : 35px;
	background-color     : #FFF;
	filter               : alpha(opacity=80);
	-moz-opacity         : 0.8;
	-khtml-opacity       : 0.8;
	opacity              : 0.8;*/

}

#mainMenu a:link, #mainMenu a:visited,  #mainMenu a:active {
	/*margin				: 10px 0px 0px 0px;*/
	background          : 0px 10px transparent url(../images/arrowWhite.gif) no-repeat;
	padding				: 5px 12px;
    color               : #666;
    text-decoration     : none;
    font-weight         : normal;
	display             : block;
	border-bottom		: 1px dashed #EEE;
	text-transform      : uppercase;
	font-size			: 9px;
}

#mainMenu a:hover {
    color               : #003;
	padding-left		: 15px;
}


