/* Start of CMSMS style sheet 'top-menu' */
/* Start of CMSMS style sheet 'top-menu' */
/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#topmenuwrapper {
width: 100%;
}


/* Unless you know what you do, do not touch this */ 
#top-nav, #top-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#top-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#top-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#top-nav li {
	margin-left: -1px;
	float: left;
	padding: 2px;
}
#top-nav li li {
	margin-left: 0px;
	margin-top: -1px;
	float: none;
	position: relative;
	background-color: #8a4693;
        text-align:left;
	border-right-width: 0px;

}

/* Styling the basic apperance of the menu elements */
#top-nav a {
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;width: 120px;
}
#top-nav li a {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}
#top-nav li li a {
	border-right-width: 0px;
	border-right-style: dashed;padding-left:10px;width: 110px;


}	
#top-nav li, #top-nav li.menuparent {

}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#top-nav ul li.menuparent, 
#top-nav ul li.menuparent:hover, 
#top-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#top-nav li:hover, 
#top-nav li.menuh, 
#top-nav li.menuparenth, 
#top-nav li.menuactiveh {
background-color: #8a4693;
}

#top-nav li:hover a, 
{
background-color: #8a4693;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#top-nav li:hover ul ul, 
#top-nav li.menuparenth ul ul ul,
for fourth level 
*/
#top-nav ul, 
#top-nav li:hover ul, 
#top-nav li:hover ul ul, 
#top-nav li.menuparenth ul, 
#top-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#top-nav ul ul ul li:hover ul, 
#top-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#top-nav li:hover ul, 
#top-nav ul li:hover ul, 
#top-nav ul ul li:hover ul, 
#top-nav li.menuparenth ul, 
#top-nav ul li.menuparenth ul, 
#top-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#top-nav li li { 
   float: left; 
   clear: both; 
}
#top-nav li li a { 
   height: 1%; 
}
/* End of 'Navigation: CSSMenu - Horizontal' */

/* End of 'top-menu' */

/* End of 'top-menu' */

