/* CSS Document */

/*-------------General Element Class--------------------*/

#topMenu a:link, #topMenu a:visited, #topMenu a:active {
    color               : #999;
	font-size			: 10px;
	background          : 0px 9px transparent url(../images/arrowGrey.gif) no-repeat;
    text-decoration     : none;
    font-weight         : 550;
	display             : block;
	padding				: 3px 3px;
	text-transform		: uppercase;
	border-bottom		: 1px dashed #CCC;
	display				: block;
	text-align			: right;
}

#topMenu a:hover {
    color               : #333;
}



#mainMenu{
	text-align			 : left;
	margin-top			 : 30px;
    width                : 148px;
	margin-bottom		 : 25px;
/*	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          : transparent url(../images/bgButton.jpg) no-repeat;
	height				: 17px;
	padding				: 0px 12px;
    color               : #333;
    text-decoration     : none;
    font-weight         : normal;
	display             : block;
	text-transform      : uppercase;
	border				: none;
	font-size			: 9px;
	margin-bottom		: 5px;
	align				: center;
}

#mainMenu a:hover {
    color               : #003;
	padding-left		: 15px;
}


