/* ////////////////////////////////////////////////////
   ////////////////// TOP NAVIGATION //////////////////
   //////////////////////////////////////////////////// */
.topNavigation {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}
.topNavigation ul {
   clear:left;
   float:right;
   list-style:none;
   margin:0;
   padding:0;
   /*position:relative;
   left:50%;*/
   text-align:center;
}
.topNavigation ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0 0 0 2px;
   padding:0;
   /*position:relative;
   right:50%;*/
}
.topNavigation ul li a, .topNavigation ul li a:visited {
   display:block;
   font-size:11px;
   margin:0 0 0 1px;
   padding:5px 10px 3px 10px;
   background:url(../images/bg_menu.jpg) left bottom repeat-x;
   color: #282828;
   text-decoration:none;
   line-height:23px;
}
.topNavigation ul li a:hover {
   background:url(../images/bg_menu_mouseover.jpg) left bottom repeat-x;
   color:#931177;	
   text-decoration:none;	
}
.topNavigation ul li a.active,
.topNavigation ul li a.active:hover {
   color:#931177;	
   background:url(../images/bg_menu_mouseover.jpg) left bottom repeat-x;
   font-weight:bold;
   text-decoration:none;
}

/* ////////////////////////////////////////////////////
   ////////////////// SIDE NAVIGATION /////////////////
   //////////////////////////////////////////////////// */

.subItems
{
}

.subbar
{
font-size:5px;
height:5px;
line-height:5px;
}   

.sideNavigation
{
	float:left;
	width:270px;	
}

.sideNavigation ul
{
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;	
}

.sideNavigation ul li
{		
	width:260px;
	height:38px;	
	margin:0;
	padding:0;
	background:url(../images/menu_bg.png) center top no-repeat;	
}
.subbar
{
	width:260px;
	height:5px;
	font-size:5px;	
	margin:0;
	padding:0;
	background:url(../images/menu_bg.png) center top no-repeat;	
}

.sideNavigation ul li a, .sideNavigation ul li a:visited
{
	display:block;
	text-align:center;
	width:280px;
	height:38px;
	line-height:38px;
	color: #424242;
	font-size:18px;
	font-family: "Times New Roman", helvetica, Sans-Serif;
	text-decoration:none;
	
}

.sideNavigation ul li a:hover
{
	background:url(../images/menu_bgselected.png) center bottom no-repeat;	
	text-decoration:none;
}


/* SUBMENU */ 

.sideNavigation ul li ul
{
	width:130px;
	text-align:left;
	margin:0 0 0 135px;
	padding:0 0 5px 0;
}

.sideNavigation ul li ul li
{
	width:125px;
	height:18px;	
	margin:0;
	padding:0 0 0 15px;
	background: url(../images/icons/bullet_red.png) left center no-repeat;
}

.sideNavigation ul li ul li a, .sideNavigation ul li ul li a:visited
{
	display:block;
	text-align:left;
	width:130px;
	height:18px;
	line-height:18px;
	color: #444444;
	font-size:12px;
	font-family: "Times New Roman", helvetica, Sans-Serif;
	text-decoration:none;
}

.sideNavigation ul li ul li a:hover
{
	color:#680000;
	background:none;
	text-decoration:none;
}



















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

