/*------------------------------------------------------------------------

# WEB DESIGN 1.0 - Feb, 2007

# ------------------------------------------------------------------------

 

# Websites:  http://www.webdesignbulgaria.net -  http://www.webdesignbulgaria.net

-------------------------------------------------------------------------*/



/* TOP NAVIGATION

----------------------------------------------------------- */

#web-splitmenu {

	margin: 0;

	padding: 0;

}



#web-splitmenu ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



#web-splitmenu li {

	margin: 0;

	padding: 0;

	display: inline;

}



#web-splitmenu a {

	float: left;

	margin: 0;

	padding: 10px 20px 10px;

	display: block;

	color: #FFFFFF;

	background: url(../images/mainnav-sep.gif) repeat-y top right;

	text-decoration: none;

	text-transform: uppercase;

}



#web-splitmenu a:hover,

#web-splitmenu a:active,

#web-splitmenu a:focus {

	background: url(../images/mainnav-sep-hover.gif) repeat-y center right #60B071;

}



#web-splitmenu a span {

	font-weight: bold;

}



/* Commented Backslash Hack hides rule from IE5-Mac \*/

#web-splitmenu a span {

	float: none;

}



/* End IE5-Mac hack */

#web-splitmenu a:hover {

}



#web-splitmenu a:hover span {

}



#web-splitmenu li.active a,

#web-splitmenu li.active a:hover,

#web-splitmenu li.active a:active,

#web-splitmenu li.active a:focus {

	background: url(../images/mainnav-sep-hover.gif) repeat-y center right #60B071;

}



#web-splitmenu li.active a span,

#web-splitmenu li.active a:hover span,

#web-splitmenu li.active a:active span,

#web-splitmenu li.active a:focus span {

}



/* SUB NAVIGATION

--------------------------------------------------------- */

#web-subnav {

}



#web-subnav ul {

	margin: 0;

	padding: 0;

}



#web-subnav li {

	margin: 0;

	padding: 0;

	display: inline;

	background: none;

	line-height: normal;

}



#web-subnav a {

	padding: 0 15px;

	float: left;

	display: block;

	color: #545454;

	background: url(../images/v-seperator.gif) repeat-y top right;

	text-decoration: none;

}



#web-subnav a:hover,

#web-subnav a:active,

#web-subnav a:focus {

	color: #59B2C4;

	background: url(../images/v-seperator.gif) repeat-y top right;

	text-decoration: none;

}



#web-subnav li.active a,

#web-subnav li.active a:hover,

#web-subnav li.active a:active,

#web-subnav li.active a:focus {

	color: #59B2C4;

	text-decoration: none;

	font-weight: bold;

}



