/* Start of CMSMS style sheet 'Simple Vertical Menu' */
/********************
MENU
*********************/
#menu_vert2 {

   padding-left: 0em;
   margin-left: 5px;
   padding:0;

}
div#menu_vert2 ul {
   margin-left: 0px;
   padding:0;
}

/* third level has some padding to have it stand out */
div#menu_vert2 ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert2 li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #e1e5eb;
	display: block;
	background-image: ;
	background-repeat: repeat-y;
}

#menu_vert2 ul ul li {
   border: none;
margin: 0;


}

/** fix stupid ie bug with display:block; **/
* html #menu_vert2 li a { height: 1%; } 
* html #menu_vert2 li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert2 a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.4em 0.5em 0.4em 2.0em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(images/sidebar_bullet.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font - podesavanja za drugi nivo - text */
div#menu_vert2 ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 3.5em;
   background-position: 25px center;                              /* strelice podnavigacije */
}

/* third level links, more padding */
div#menu_vert2 ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert2 a:hover {
   background-color: #e4ebf0;
   color: #de3400;
}
div#menu_vert2 a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert2 li a.activeparent {
   background: url(images/sidebar_bullet.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert2 ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert2 ul h3 {
   background: url(images/sidebar_bullet.gif) no-repeat 0.5em center;
   background-color: #f5f7f9;
   display: block; 
   padding: 0.6em 0.5em 0.6em 25px;  /* some air for it */
   color: #de3400;                                 /* this will be link color for all levels */
   font-weight: bold;
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert2 ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert2 ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/sidebar_bullet.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert2 li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert2 li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert2 li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Simple Vertical Menu' */

/* Start of CMSMS style sheet 'BS - MAIN STYLES' */
body {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	margin: 0px;
}
form {
   margin: 0px;
   }

a:link, a:visited {color:#0078dd;}
a:hover {color:#de3400;}

.NewsSummaryLink {font-size: 18px;}

.footerlinks {
	font-size: 11px;
	margin: 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	text-align: center;
}
.footerlinks A:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footerlinks A:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.footerlinks A:visited {
	text-decoration: none;
	color: #FFFFFF;
}



.headerlinks {
	font-size: 11px;
	margin: 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-align: right;
	color: #c8c8c8;
}
.headerlinks a:link {
	color: #626262;
	text-decoration: none;
}
.headerlinks a:hover {
	color: #c8c8c8c;
	text-decoration: none;
}
.headerlinks a:visited {
	text-decoration: none;
	color: #626262;
}






.title {
	text-align: right;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	padding-right: 30px;
	padding-bottom: 0px;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	color: #1958ac;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #0F4551;
}

.headertop {
	
	width: 847px;
	height: 100px;
	background-image:url(uploads/images/BMS_Logo_Landscaped_MAIN.png);
	background-repeat:no-repeat

}
#search{
	padding-top: 0px;
	
}
#sidebar{
	background-image:url (images/sidebar_beckground.gif);
	
}
#main_content {
	padding-top: 30px;
}

	#flashcontent {
		border: solid 0px #000;
		width: 848px;
		height: 180px;
		margin: 0px 0px;
	}
img
{  border-style: none;
}


/* End of 'BS - MAIN STYLES' */

/* Start of CMSMS style sheet 'HORISONTAL Nav with Images in background' */
/** Horizontal menu for the CMS CSS Menu Module */
/** by Alexander Endresen */
/** Modified by MT Jordan */

/** Begin 'Navigation: CSSMenu - Horizontal' */

#menu
{
    clear: both;
    margin: 0 7px 0px 7px;
}
#menuwrapper
{
    /** wrapper clears the floating elements of the menu */
    background: # url(images/nav_back_footer.gif) center repeat-x;
    clear: both;
    margin-top: 0px;
	width: 100%;
}
#primary-nav li li
{
    /** set the width of the menu elements at second level - leaving first level flexible. */
    width: 250px;
}

/** Set styles for multi level menu - DO NOT CHANGE */

#primary-nav, #primary-nav ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#primary-nav ul
{
    position: absolute;
    top: auto;
    display: none;
    border: 0px solid #04133a; /** sets the border style for secondary+ levels */
}
#primary-nav ul ul
{
   left: 100%;
   top: 0;
}
#primary-nav li
{
   margin-left: 0px;
   float: left;
}
#primary-nav li li
{
   margin-left: 0px;
   margin-top: 0px;
   float: none;
   position: relative;
}

/** End set styles for two level menu - DO NOT CHANGE */

/** Styling the basic appearance of the menu elements */

#primary-nav a
{
    display: block;
    margin: 0px;
    padding: 6px 13px 5px 13px;
    text-decoration: none;
    font-size: 100%;
    font-weight: normal;
}
#primary-nav a:hover
{
    text-decoration: none;
}

/** Styling the appearance of top level menu items **********************************************************/

#primary-nav li, #primary-nav li.menuparent
{
	background-color: transparent;
	background-image: url(images/);
	background-repeat: repeat-x;
	background-position: center;
}
#primary-nav li.menuactive
{
    /** set background to #primary-nav li:hover properties to show active page being displayed **/
    /** set background to #primary-nav li properties to disable **/
	background-color: #4c4c4c;
	background-image: url(images/nav_activ_levelone.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh
{
/** styling the appearance of top level menu items on hover */
	background-color: #4c4c4c;
	background-image: url(images/nav_activ_levelone.gif);
	background-repeat: no-repeat;
	background-position: center;
}


#primary-nav li a
{
    border-right: 0px;
    color: #fff;
}
#primary-nav li a:hover
{
    border-right: 0px;
    color: #fff;
}

/** Styling the appearance of secondary level menu items **************************************************/

/** SECOND LEVEL A  - DRUGI NIVO   A  promeniti OBA STILA ISTO  !!  */

#primary-nav ul li, #primary-nav ul li.menuparent
{   background: #4c4c4c url(images/nav-secondlevel-back.gif) repeat-x left top;   }

 /** arrow for menuparents */
#primary-nav ul li.menuparent {
    background: #4c4c4c url(images/nav-secondlevel-back.gif) repeat-x left top;    
}

/** SECOND LEVEL HOVER  - DRUGI NIVO HOVER  A  promeniti OBA STILA ISTO  !!  */

#primary-nav ul li:hover {
    background: #4c4c4c url(images/nav_back_levelone.gif) repeat-x left top;    
}

 /** arrow for menuparents on hover */
#primary-nav ul li.menuparent:hover,#primary-nav ul li.menuparenth,#primary-nav ul li.menuactive {
    background: #4c4c4c url(images/nav_back_levelone.gif) repeat-x left top;    
}


#primary-nav ul li.menuh
{
    /** for secondary level menu items w/o children: < IE7 */
    background: #74c119;
}
#primary-nav li li a,
#primary-nav li li a:hover
{
    padding: 4px 15px 4px 15px;
    color: #fff;
    border: 0;
}

/** The magic - set to work for up to a 4 level menu, but can be increased unlimited */
/** Hat tip to http://solardreamstudios.com/learn/css/cssmenus for working out the proper order here */

/* add
#primary-nav li:hover ul ul ul ul ul
#primary-nav li.menuparenth ul ul ul ul ul
for fifth level
*/

#primary-nav li:hover ul ul,
#primary-nav li:hover ul ul ul,

#primary-nav li:hover ul ul ul ul,
#primary-nav li.menuparenth ul ul,
#primary-nav li.menuparenth ul ul ul,
#primary-nav li.menuparenth ul ul ul ul
{
    display: none;
}

/**
just add
#primary-nav ul ul ul ul li:hover ul
#primary-nav ul ul ul ul li.menuparenth ul
for fifth level
*/

#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav ul ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul,
#primary-nav ul ul ul li.menuparenth ul
{
    display: block;
}

/** IE Hacks */

#primary-nav li li
{
    float: left;
    clear: both;
}
#primary-nav li li a
{
    height: 1%;
}
/** Opera Hacks */

.clearb
{
    clear: both;
}
#primary-nav ul
{
	width: 220px;
}
#menu_vert {
	width: 100%;
	margin-left: 1px;
	margin-right: 1px;
}
/** End of 'Navigation: CSSMenu - Horizontal' */


/* End of 'HORISONTAL Nav with Images in background' */

