/* CSS Document */

/*#left_menu_first {
	background : transparent url('images/menu/menu_first.gif') no-repeat left top;
	height : 20px;
	margin : 0px;
	padding : 0px;
	text-align : left;
	width : 125px;
}*/

#navigation_menu .vertical_menu {
	background-color : #eeeeee;
    margin-top : 5px;
}

#navigation_menu .vertical_menu h3 {
	color : #8b0000;
	font-size : 12px;
	font-style: italic;
	font-weight : bold;
	margin : 0px;
	padding-right : 5px;
	padding-top : 18px;
	text-decoration : none;
    text-align: right;
}

#navigation_menu h4 {
	background-color : #cccccc;
	color : black;
	font-size : 12px;
	font-weight : bold;
	margin : 0px;
	margin-top : 6px;
	padding-left : 10px;
}
	
#navigation_menu .vertical_menu ul {
	list-style-type: none;
    list-style-image : none;
	list-style: none;
	margin : 0px;
	margin-left : 1px;
	margin-right : 1px;
	margin-top : 8px;
	padding : 0px;
}

#navigation_menu .vertical_menu li {
	border-bottom : 1px dotted white;
	list-style-type: none;
    list-style-image : none;
	list-style: none;
	padding : 0px;
	padding-bottom : 2px;
	margin : 0px;
}

#navigation_menu .vertical_menu li:hover {
	background-color : #eeeeee;
}

#navigation_menu .vertical_menu li a, #navigation_menu .vertical_menu li a:visited {
	color : black;
	display : block;
	font-size : 12px;
	font-weight : normal;
	padding-left : 8px;
	padding-right : 2px;
	text-decoration : none;
}

#navigation_menu .vertical_menu li a:hover {
	background-color : #cccccc;	
	text-decoration : none;
}

.vertical_menu_footer {
	height : 20px;
	width : 125px;
}

.useful_menu {
	margin-top : 10px;
	width : 125px;
}

.useful_menu h3 {
	border-bottom : 1px solid #8b0000;
	color : #8b0000;
	font-size : 12px;
	font-style : italic;
	text-align : right;
	text-decoration : none;
}

.useful_menu li a, .useful_menu li a:visited {
	color : #555555;
	font-size : 10px;
	text-decoration : none;
}

.useful_menu li a:hover {
	text-decoration : underline;
}
.checkandorder_menu {
    margin-top: 10px;
    width: 125px;
    text-decoration: none;
    }
.checkandorder_menu h3 {
	color : #8b0000;
	font-size : 12px;
	font-style : italic;
	text-align : right;
	text-decoration : none;
    padding-top: 18px;
    padding-right: 5px;
}
.checkandorder_menu a {
    text-decoration : none;
}

/* =========== New generation menus patch ==========*/

#navigation_menu .vertical_menu {
    background: #ffffff;
    margin: 0;
}

/*#dedicated {
    background: #ffffff;
    font-size: 11px; 
    color: #666666;
    border: 1px; 
    border-color: #567eb9; 
    border-style: solid; 
    border-top: 0; 
    border-bottom: 0; 
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}*/

#dedicated h2 {
    font-family: "Trebuchet MS", "Verdana", Sans;
    font-size: 11px; 
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #567eb9;
    color: #ffffff;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
    clear: both;
}

#dedicated img {
    margin: 0;
    padding: 0;
    font-size: 0;
}

#dedicated ul.menu { 
    margin: 0;
    padding: 0;
    clear: both;
}

#dedicated ul.menu li, #dedicated ul.menu li:hover {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    list-style-image: none;
    border-bottom: 1px dotted #cbcbcb;
    display: block;
    background: #ffffff;
}

#dedicated ul.menu li a, #dedicated ul.menu li a:active, #dedicated ul.menu li a:visited {
    color: #0068b1;
    background: transparent url('../../themes/default/images/blue/mainMenuList.gif') no-repeat 8px 50%;
    text-decoration: none;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    display: block; 
    padding-left: 17px;
    border: 0;
}

#dedicated ul.menu li a:hover, #dedicated ul.menu li a.selected {
    background: transparent url('../../themes/default/images/blue/mainMenuList.gif') no-repeat 8px 50%;
    background-color: #cedaeb; 
}


/* ========== Order patch ========== */

#dedicated p {
    color: #666666; 
    text-align: left;
    margin: 2px;
}

#dedicated ul {
    text-align: left;
    margin-left: 5px;
}

#dedicated a, #dedicated a:visited { color: #0068b1; }


/* ========== menus intends to be always the same ========== */

.menus_top {
    width: 100%;
    margin: 0; 
    padding: 0;
}

.menus_bottom {
    height: 12px;
    width: 100%;
    margin: 0; 
    padding: 0;
}


