@CHARSET "UTF-8";

#divUpperMenu{
	float: left;
}

.divUpperMenuItem{
	padding-top: 3px;
	padding-left: 20px;
	float: left; 
	height: 25px;
	background-image: url("../../images/topmenuitem.jpg");
	background-repeat: no-repeat;
	background-position: right;
}

.divUpperMenuItem a{
	color: #CCCCFF;
	text-decoration: none; 
	font-family: arial;
	font-size: 14px;
	line-height: 20px;
	margin-right: 20px;
}

.divUpperMenuItemSelected{
	padding-top: 3px;
	padding-left: 20px;
	float: left; 
	height: 25px;
	background-image: url("../../images/topmenuitem_selected.jpg");
	background-repeat: repeat-x;
	background-position: right;
}

.divUpperMenuItemSelected a{
/*	color: #000055;  */
	color: #000055; 
	text-decoration: none;
	font-family: arial;
	font-size: 14px;
	line-height: 20px;	
	margin-right: 20px;
}

.divUpperMenuModules{
}