/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_horizontal.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.container { background: #fff  url(/img/novi_header.jpg) no-repeat; margin: 0 0 10px auto; padding: 0; width: 760px; }

.menu { font-family: arial, sans-serif; font-size: 11px; height: 89px; margin: 0;padding: 91px 0 0 0; position: relative; width: 131px;}

.menu ul { list-style-type: none; margin: 0; padding: 0; }

.menu ul li { float: left; position: relative; }

.menu ul li a, .menu ul li a:visited { background: transparent url(/img/opaque.png); border: 1px solid #fff; border-width: 1px 1px 0 0; /*border-right: 1px solid #97D5F7; */color: #000; display: block; font-size: 11px; height: 20px; line-height: 19px; padding-left: 10px; text-decoration: none; width: 120px; }

.menu ul li ul { display: none; }

/* specific to non IE browsers */
.menu ul li:hover a { background: #0090d9 /*#b3ab79*/; color: #fff; }

.menu ul li:hover ul { background: transparent; display: block; left: 131px; position: absolute; top: 0; width: 765px; }

.menu ul li:hover ul li { float: left; }

.menu ul li:hover ul li a { background: transparent url(/img/opaque.png); color: #000; display: block; float: left; width: 130px; }

.menu ul li:hover ul li a:hover { background: #00A8EF /*#dfc184*/; color: #000; }

