@charset "utf-8";
/* CSS Document */

		/* A few IE bug fixes */
		* { margin: 0; padding: 0; }
		* html ul ul li a { height: 100%; }
		* html ul li a { height: 100%; }
		* html ul ul li { margin-bottom: 0px; }
		a{text-decoration:none; }
		
		#theMenu { width: 255px; height:  margin: 30px 0; padding: 0; }
		
		/* Some list and link styling */
		#meniu ul li { width: 255px; }
		#meniu ul ul li { padding: 0; width:255px; margin-bottom: 0; }
		#meniu ul ul li a { display:block; color: #fff; padding:6px 0 6px 30px; font-size: 14px; }

		/* For the xtra menu */
		#meniu ul ul ul li { border-left: none; border-bottom: 1px solid #464646; padding: 0; width: 255px; margin-bottom: 0; }
		#meniu ul ul ul li a { display:block; color: #fff; background-color:#323031; padding:6px 0 6px 66px; font-size: 14px; }

		
		
		#meniu li { list-style-type: none; }
		#meniu h2 { margin-top: 1.5em; }
		
		/* Header links styling */
		#meniu  h3.head a { 
		color: #fff;
		display:block;
		font-size:14px;
		border-bottom: 1px solid #464646;
		background:url(mn1.jpg) left center no-repeat;
		background-color:#0d0d0d;
		padding: 6px 0 6px 30px;
		}

		#meniu h3.selected a { 
		background:url(mn2.jpg) left center no-repeat; 
		background-color:#0d0d0d;
		border-bottom: 1px solid #464646;
		color: #fff;
		padding:6px 0 6px 30px;
		}

		
		/* Xtra Header links styling */
		#meniu h4.head a { 
		color: #fff;
		display:block; 
		border-bottom: 1px solid #464646;
		background-color:#252324;
		padding:6px 0 6px 47px;
		background:url(mn1.jpg) no-repeat #252324;
		background-position:27px 13px;		
		}

		#meniu h4.selected a { 
		background-color:#252324;
		border-bottom: 1px solid #464646;
		color: #fff;
		padding:6px 0 6px 47px;
		background:url(mn2.jpg) no-repeat #252324;
		background-position:27px 13px;		
		}
