/* ========| TOP NAVIGATION STYLES |======== */
/* item style */
.LeftNav {
width:200px;
}
/* item style */
.LeftNav li.static > .menu-item {
padding:5px 5px 5px 10px ; color:black; font-weight:bold;
border-bottom:1px solid #ccc; font-size:12px; background:#DADAE9 !important;
}
/* item style */
.LeftNav li.static > ul.static > li.static > .menu-item {
padding-left:20px; font-weight:normal; font-size:11px; background:#EAEAF2!important;
}
/* item style hover */
.LeftNav li.static > a:hover, .LeftNav li.static > ul.static > li.static > a:hover { background:#38424E !important; color:white;
}
/* flyout holder */
.LeftNav ul.dynamic {
}
/* flyout item */
.LeftNav li.dynamic > .menu-item {
background:blue;
}
/* flyout item hover */
.LeftNav li.dynamic > a:hover {
}
/* hide arrows for top level items with flyouts
.menu-horizontal a.dynamic-children span.additional-background,
.menu-horizontal span.dynamic-children span.additional-background{
padding-right:0px;
background-image:none;
}
*/
/* ==========| LEFT NAVIGATION STYLES |=========== */
No comments:
Post a Comment