@import url(ie6.css) screen;
/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.top-menu {
	font-family: lucida grande,Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
 	font-weight: bold;
}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.top-menu ul {
	font-weight:normal;
	font-size: 11px;
}



/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.top-menu li {
	width: 105px;
	background-image:url(../images/VSImages/layout/navigation/middle_tab2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 1px 0px 1px 0px;
}
/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.top-menu ul li {
	width: 150px;
	background-image:none;
	background-color: #A5A5A5;
	padding:0px;
	border-bottom: 1px solid #FFFFFF;
	line-height: 12px;
}



/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.top-menu a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 24px;
	padding: 0px 8px 0px 14px ;
	border-right:1px solid #666666;
	border-left:1px solid #F9F9F9;
	cursor: pointer;
}
/*
 * Menu link settings
 * Applies to links that are to be found within the second (or more) level menu items
 */
.top-menu ul a {
	color: #FFFFFF;
	line-height: 22px;
	padding: 0px 8px 0px 12px ;
	border-right: none;
	border-left: none;
}
/*
TRY SLAVO

.top-menu li li {
	height: 22px;
	padding-left: 0px;
	background-color: #CCCCCC;
}

*/

/*
 * Settings specific to the "METAL BLUE" skin only
 *
 */
 /* this applies to the first item of the first level */
.top-menu li.first {
	background-image: url(../images/VSImages/layout/navigation/left_tab2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 107px;
}
/* this applies to the last item in the first level */
.top-menu li.last {
	background-image: url(../images/VSImages/layout/navigation/right_tab2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* this applies to the link inside the first item of the first level */
.top-menu li.first a {
	border-left: none;
}
.top-menu li.first a.hover {
	background-image: url(../images/VSImages/layout/navigation/left_tab2-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: -1px;
/*	padding-top: 1px; */
}
/* this applies to the link inside the last item of the first level */
.top-menu li.last a {
	border-right: none;
}
.top-menu li.last a.hover {
	background-image: url(../images/VSImages/layout/navigation/right_tab2-hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: -1px;
/*	padding-top: 1px;*/
}
/* this applies to the first item of the second (or more) level */
.top-menu ul li.first {
	background-image: none;
	background-color: #A5A5A5;
	width: 150px;
}
.top-menu ul li.first a.hover {
	background-image: url(../images/VSImages/layout/navigation/middle_tab2-hover.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}

/* this applies to the last item of the second (or more) level */
.top-menu ul li.last {
	background-image: url(../images/VSImages/layout/navigation/blue_bottom2.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left bottom;
	border-bottom: none;
}
.top-menu ul li.last a.hover{
	background-image: url(../images/VSImages/layout/navigation/blue_bottom2-hover.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left bottom;
	border-bottom: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


.sub-menu-heading a {
	background-color: #666666;
	background-image: none;
	color: #FFFFFF;
}

.sub-menu-heading a.hover  {
	background-image:url(../images/VSImages/layout/navigation/hover_grey1.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.top-menu li.hover {
	background-image: url(../images/VSImages/layout/navigation/middle_tab2-hover.gif);
	background-repeat: repeat-x;
	background-position: top;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.top-menu ul li.hover {
	background-image:url(../images/VSImages/layout/navigation/hover_grey1.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.top-menu a.hover {
	color: #333333;
	cursor: crosshair;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.top-menu ul a.hover {
  	color: #333333 !important;
}

/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.top-menu li.selected {

}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.top-menu ul li.selected {
}


/*
 * Selected links
 * Applies to selected links in all menu items
 */
.top-menu a.selected {
	color: #CCCCCC;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.top-menu ul a.selected {
	color:#CCCCCC;
}
#menu {
	width: 945px;
}


/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
.top-menu .arrow {
	background-image:url(../images/VSImages/layout/navigation/horizontal_arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 10px;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.top-menu .hover ul .arrow,
.top-menu ul .arrow {
	background-image:url(../images/VSImages/layout/navigation/arrow_white.gif);
	background-position: 136px 9px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.top-menu .hover .arrow {
	background-image:url(../images/VSImages/layout/navigation/arrow_vertical.gif);
	background-position: 4px 9px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.top-menu ul .hover .arrow {
	background-image:url(../images/VSImages/layout/navigation/arrow_black.gif);
}


/*.top-menu ul .hover .arrow {
	background-image:url(../images/layout/navigation/horizontal_arrow.gif);
}
*/
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
