﻿#nav ul { margin: 0;  }

#nav a { text-decoration: none; display: block; width: 150px; line-height: 14px; color: #000000; }

#nav a span { display: block; padding: 3px 20px 5px 15px; }

#nav li { position: relative; display: block; width: 150px; height: 1%; vertical-align: bottom; }
#nav li.gap { margin: 5px 0 0 0; }

#nav li ul { background-color: #6483ca; visibility: hidden; width: 150px; position: absolute; top: 0; left: 150px; list-style: none; margin: 0; padding: 0; }

#nav a:hover { color: #ffffff; background-color: #8da7e1; }
#nav li ul a:hover { color: #ffffff; background-color: #8da7e1; }
#nav li ul a { color: #ffffff; background-color: #6483ca; }

#nav .stub { background: url(/img/site/bg_nav_stub.gif) 132px 8px no-repeat; }
#nav li ul .stub { background: url(/img/site/bg_nav_stub_hover.gif) 132px 8px no-repeat; }
#nav .stub:hover { background: url(/img/site/bg_nav_stub_hover.gif) #8da7e1 132px 8px no-repeat; }